home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / proptest / ubdialog.dfm / ubdialog.txt
Encoding:
Text File  |  1995-12-22  |  1.2 KB  |  65 lines

  1. object BDialog: TBDialog
  2.   Left = 377
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'BDialog'
  6.   ClientHeight = 231
  7.   ClientWidth = 223
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 20
  19.     Width = 54
  20.     Height = 13
  21.     Caption = 'B.A.Text:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 60
  26.     Width = 33
  27.     Height = 13
  28.     Caption = 'B.Arr:'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 76
  32.     Top = 16
  33.     Width = 129
  34.     Height = 20
  35.     TabOrder = 0
  36.     Text = 'Edit1'
  37.     OnChange = Edit1Change
  38.   end
  39.   object Grid: TStringGrid
  40.     Left = 76
  41.     Top = 60
  42.     Width = 129
  43.     Height = 161
  44.     ColCount = 1
  45.     DefaultColWidth = 126
  46.     DefaultRowHeight = 15
  47.     FixedCols = 0
  48.     FixedRows = 0
  49.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  50.     RowCount = 10
  51.     ScrollBars = ssNone
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TButton
  55.     Left = 8
  56.     Top = 192
  57.     Width = 61
  58.     Height = 29
  59.     Cancel = True
  60.     Caption = 'Close'
  61.     ModalResult = 1
  62.     TabOrder = 2
  63.   end
  64. end
  65.